한국어
JWT 인증을 사용하여 현재 사용자를 로그아웃합니다.
cURL
curl --request POST \ --url https://your_a2_service/auth/jwt/logout \ --header 'Authorization: Bearer <token>'
"<any>"
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type any.
any
이 페이지가 도움이 되었나요?